Re: [dpdk-dev] [PATCH] net/e1000: Support mtu set for igbvf.

2018-06-29 Thread Ian Stokes
On 6/29/2018 2:36 PM, Ian Stokes wrote: This patch enables setting the MTU of an igbvf device by re-using the eth_igb_mtu_set() in igbvf_eth_dev_ops. Cc: sta...@dpdk.org Signed-off-by: Ian Stokes --- drivers/net/e1000/igb_ethdev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/

[dpdk-dev] [PATCH] net/e1000: Support mtu set for igbvf.

2018-06-29 Thread Ian Stokes
This patch enables setting the MTU of an igbvf device by re-using the eth_igb_mtu_set() in igbvf_eth_dev_ops. Cc: sta...@dpdk.org Signed-off-by: Ian Stokes --- drivers/net/e1000/igb_ethdev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/e1000/igb_ethdev.c b/drivers/net/e1000/i