From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sessmg23.ericsson.net (sessmg23.ericsson.net [193.180.251.45]) by dpdk.org (Postfix) with ESMTP id 33E9F5926 for ; Fri, 1 Aug 2014 11:01:30 +0200 (CEST) X-AuditID: c1b4fb2d-f798a6d000000e9b-9d-53db57e5771d Received: from ESESSHC017.ericsson.se (Unknown_Domain [153.88.253.124]) by sessmg23.ericsson.net (Symantec Mail Security) with SMTP id 8A.E0.03739.5E75BD35; Fri, 1 Aug 2014 11:03:33 +0200 (CEST) Received: from L9AGC12.egi.ericsson.com (153.88.183.153) by smtp.internal.ericsson.com (153.88.183.71) with Microsoft SMTP Server id 14.3.174.1; Fri, 1 Aug 2014 11:03:32 +0200 Message-ID: <53DB57E4.9000006@ericsson.com> Date: Fri, 1 Aug 2014 14:33:32 +0530 From: Sunil Bojanapally Organization: Ericsson India Global Services Pvt. Ltd User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprALMWRmVeSWpSXmKPExsUyM+Jvje7T8NvBBtMnmlm8+7SdyYHR49eC pawBjFFcNimpOZllqUX6dglcGXcPbGYs+Mlc8XLaM8YGxinMXYycHBICJhJbX7YwQthiEhfu rWfrYuTiEBI4yijxvuUsE4SzmVFizf0XbCBVvALaEq/P7gbrYBFQkdixZTcLiM0mYCGx69tG sLiQgJbE1NZlYDa/gKnEw95ZrCC2qECIxMJVx9kh5ghKnJz5BKxXREBIYunHy2BxYQFViW// foDtYhawlbgw5zoLhC0vsf3tHGaI+doST679YJvAKDALyahZSFpmIWlZwMi8ilG0OLW4ODfd yFgvtSgzubg4P08vL7VkEyMwCA9u+a27g3H1a8dDjAIcjEo8vAott4KFWBPLiitzDzFKc7Ao ifMuOjcvWEggPbEkNTs1tSC1KL6oNCe1+BAjEwenVAMj58+pN9yP/c/+ljPF5ldnfkjUnM8F NcrmPFuYNxh7Peia8vb5wfvn5f4yKImZiRuK7zKd1c61z7w16s7Ke4YrjJezWTzL3OLkyfjX N/r2vDCu2zmG0Qsn+zw1lrScUzuxSvhu/0JTC8YvbW/P9EpretxYuOJLdLcmX4zqlvynb5TU A7nN9EqVWIozEg21mIuKEwGgmJAHIwIAAA== Subject: [dpdk-dev] VLAN based Packet Processing X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: sunil.bojanapally@ericsson.com List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2014 09:01:30 -0000 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