From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/3] add i40e RSS support in VF Date: Mon, 20 Oct 2014 23:57:13 +0200 Message-ID: <28277429.xj8niQPHVO@xps13> References: <1411089280-23595-1-git-send-email-helin.zhang@intel.com> <1413773898-24137-1-git-send-email-helin.zhang@intel.com> <1ED644BD7E0A5F4091CF203DAFB8E4CC01D7FFB7@SHSMSX101.ccr.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: "Zhang, Helin" Return-path: In-Reply-To: <1ED644BD7E0A5F4091CF203DAFB8E4CC01D7FFB7-0J0gbvR4kThpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@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" > > As hardware supports RSS in VF, the patches add that support in driver. In > > addition, minor improvements are added for defining macro with constant. > > > > v2 changes: > > * Removed support of updating/querying redirection table, as it > > will be implemented in another patches later. > > * Removed changes in testpmd, as it is not needed at all for > > supporting RSS in VF. > > > > v3 changes: > > * Removed macros in i40e_ethdev.c, as they have already been > > moved to i40e_ethdev.h. > > > > > > Helin Zhang (3): > > ethdev: improvement for constant usage > > i40e: extern two functions and relevant macros > > i40evf: support of RSS in VF > > Acked-by: Jijiang Liu > Acked-by: Cunming Liang Applied Thanks -- Thomas