From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/6] i40e VMDQ support Date: Wed, 05 Nov 2014 00:17:29 +0100 Message-ID: <41622560.Wpna8IZiRk@xps13> References: <1411478047-1251-2-git-send-email-jing.d.chen@intel.com> <1415095289-28961-1-git-send-email-jing.d.chen@intel.com> <2601191342CEEE43887BDE71AB977258213A249C@IRSMSX105.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Chen, Jing D" Return-path: In-Reply-To: <2601191342CEEE43887BDE71AB977258213A249C-kPTMFJFq+rEu0RiL9chJVbfspsVTdybXVpNB7YpNyf8@public.gmane.org> 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" > > v3: > > - Fix comments style. > > - Simplify words in comments. > > - Add variable defintion for BSD config file. > > - Code rebase to latest DPDK repo. > > > > v2: > > - Fix a few typos. > > - Add comments for RX mq mode flags. > > - Remove '\n' from some log messages. > > - Remove 'Acked-by' in commit log. > > > > v1: > > Define extra VMDQ arguments to expand VMDQ configuration. This also > > includes change in igb and ixgbe PMD driver. In the meanwhile, fix 2 > > defects in rte_ether library. > > > > Add full VMDQ support in i40e PMD driver. renamed some functions, setup > > VMDQ VSI after it's enabled in application. It also make some improvement > > on macaddr add/delete to support setting multiple macaddr for single or > > multiple pools. > > > > Finally, change i40e rx/tx_queue_setup and dev_start/stop functions to > > configure/switch queues belonging to VMDQ pools. > > > > Chen Jing D(Mark) (6): > > ether: enhancement for VMDQ support > > igb: change for VMDQ arguments expansion > > ixgbe: change for VMDQ arguments expansion > > i40e: add VMDQ support > > i40e: macaddr add/del enhancement > > i40e: Add full VMDQ pools support > > Acked-by: Konstantin Ananyev Applied It will need to be well explained in the programmer's guide. Thanks -- Thomas