[dpdk-dev] [PATCH 1/6] ether: enhancement for VMDQ support

2014-10-15 Thread Thomas Monjalon
2014-10-15 09:47, Chen, Jing D: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > 2014-10-15 06:59, Chen, Jing D: > > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > > > > enum rte_eth_rx_mq_mode { > > > > > - ETH_MQ_RX_NONE = 0, /**< None of DCB,RSS or VMDQ

[dpdk-dev] [PATCH 1/6] ether: enhancement for VMDQ support

2014-10-15 Thread Thomas Monjalon
2014-10-15 06:59, Chen, Jing D: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > > enum rte_eth_rx_mq_mode { > > > - ETH_MQ_RX_NONE = 0, /**< None of DCB,RSS or VMDQ mode */ > > > - > > > - ETH_MQ_RX_RSS, /**< For RX side, only RSS is on */ > > > - ETH_MQ_RX_DCB, /**<

[dpdk-dev] [PATCH 1/6] ether: enhancement for VMDQ support

2014-10-15 Thread Chen, Jing D
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, October 15, 2014 4:11 PM > To: Chen, Jing D > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 1/6] ether: enhancement for VMDQ support > > 2014-10-15 06:59

[dpdk-dev] [PATCH 1/6] ether: enhancement for VMDQ support

2014-10-15 Thread Chen, Jing D
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Tuesday, October 14, 2014 10:10 PM > To: Chen, Jing D > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 1/6] ether: enhancement for VMDQ support > > 2014-09-23 21:

[dpdk-dev] [PATCH 1/6] ether: enhancement for VMDQ support

2014-10-14 Thread Thomas Monjalon
2014-09-23 21:14, Chen Jing D: > The change includes several parts: > 1. Clear pool bitmap when trying to remove specific MAC. > 2. Define RSS, DCB and VMDQ flags to combine rx_mq_mode. > 3. Use 'struct' to replace 'union', which to expand the rx_adv_conf >arguments to better support RSS, DCB a

[dpdk-dev] [PATCH 1/6] ether: enhancement for VMDQ support

2014-09-23 Thread Chen Jing D(Mark)
From: "Chen Jing D(Mark)" The change includes several parts: 1. Clear pool bitmap when trying to remove specific MAC. 2. Define RSS, DCB and VMDQ flags to combine rx_mq_mode. 3. Use 'struct' to replace 'union', which to expand the rx_adv_conf arguments to better support RSS, DCB and VMDQ. 4. F