Re: [dpdk-dev] [PATCH 2/7] net/bnxt: fix mtu configuration for the function

2017-06-29 Thread Ajit Khaparde
On Thu, Jun 29, 2017 at 5:55 AM, Ferruh Yigit wrote: > Just question, would this cause larger frames than expected in application? No. It just initializes the hardware early. T​he bp->eth_dev->data->mtu still controls what goes to the application.

Re: [dpdk-dev] [PATCH 2/7] net/bnxt: fix mtu configuration for the function

2017-06-29 Thread Ferruh Yigit
On 6/29/2017 3:51 AM, Ajit Khaparde wrote: > Set the MTU of the device to MAX size possible. What was the failure with existing code? > Signed-off-by: Ajit Khaparde Can you please add the Fixes tag. > --- > drivers/net/bnxt/bnxt_hwrm.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-)

[dpdk-dev] [PATCH 2/7] net/bnxt: fix mtu configuration for the function

2017-06-28 Thread Ajit Khaparde
Set the MTU of the device to MAX size possible. Signed-off-by: Ajit Khaparde --- drivers/net/bnxt/bnxt_hwrm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/bnxt/bnxt_hwrm.c b/drivers/net/bnxt/bnxt_hwrm.c index e237041..580b2d8 100644 --- a/drivers/net/bnxt/bnxt