Re: [dpdk-dev] [PATCH v2 05/17] net/hinic: add allmulticast mode and MTU set

2019-09-30 Thread Wangxiaoyun (Cloud, Network Chip Application Development Dept)
Hi Ferruh, Thanks for your comments, I have added min_mtu & max_mtu to hinic_dev_infos_get interface, which will be shown in Patch V3. Best regards Xiaoyun Wang 在 2019/9/27 2:47, Ferruh Yigit 写道: On 9/25/2019 3:30 PM, Xiaoyun wang wrote: When enable allmulticast mode, all multicast packet

Re: [dpdk-dev] [PATCH v2 05/17] net/hinic: add allmulticast mode and MTU set

2019-09-26 Thread Ferruh Yigit
On 9/25/2019 3:30 PM, Xiaoyun wang wrote: > When enable allmulticast mode, all multicast packets > can be received. This patch also adds support for mtu set, > the range of MTU is from 256 to 9600. > > Signed-off-by: Xiaoyun wang <...> > +static int hinic_dev_set_mtu(struct rte_eth_dev *dev, ui