[dpdk-dev] VMDQ DCB

2014-10-21 Thread Sunil Bojanapally
Hi, Would like to know whether VMDQ_DCB is well tested and supported in release v1.3.1 ? Thanks, Sunil

[dpdk-dev] DCB Tx support in v1.2

2014-08-11 Thread Sunil Bojanapally
Hi team, Currently I am using DPDK version 1.2, for which can I configure VMDQ_DCB both in Rx/Tx Mq modes ? In v1.2 I see only Rx MQ mode is defined but not Tx as below. Does it mean application can only receive packets from multiple traffic classes but not transmit ? If yes, do I need to upgra

[dpdk-dev] VMDq + DCB: 128 Tx queues

2014-08-01 Thread Sunil Bojanapally
dk.org] On Behalf Of Sunil Bojanapally Sent: Friday, August 01, 2014 1:13 PM To: dev at dpdk.org Subject: [dpdk-dev] VMDq + DCB: 128 Tx queues Hi team, As per dpdk programming guide on VMDq+DCB will configure each Ethernet port to 16 pools with 8 queues each. Which means per port will have 128 R

[dpdk-dev] VLAN based Packet Processing

2014-08-01 Thread Sunil Bojanapally
Hi team, When we perform VLAN tagged packet transmission using rte_eth_tx_burst(), does the dpdk library will enqueue the packets to different CoS queues baseed upon QoS priority ? Provided ports are configured in DCB mode. Similarly while reception rte_eth_rx_burst(), does it poll all the CoS

[dpdk-dev] VMDq + DCB: 128 Tx queues

2014-08-01 Thread Sunil Bojanapally
Hi team, As per dpdk programming guide on VMDq+DCB will configure each Ethernet port to 16 pools with 8 queues each. Which means per port will have 128 Rx & Tx queues. The question is, in order to have end 2 end QoS support the port should get configured with 128 Rx as well as 128 Tx queues ?