From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sunil Bojanapally Subject: VLAN based Packet Processing Date: Fri, 1 Aug 2014 14:33:32 +0530 Message-ID: <53DB57E4.9000006@ericsson.com> Reply-To: sunil.bojanapally-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit To: Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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 queues and dequeue the packets based on priority of queue ? Finally want to know, what scheduling is employed to dequeue the packets from different QoS queues ? Thanks in advance, Sunil