On Mon, Feb 01, 2016 at 07:40:12AM +0000, He, Shaopeng wrote: > > > -----Original Message----- > > From: Chen, Jing D > > Sent: Wednesday, December 30, 2015 4:36 PM > > To: dev at dpdk.org > > Cc: Yigit, Ferruh; He, Shaopeng; Chen, Jing D > > Subject: [PATCH] fm10k: allocate logical ports for flow director > > > > From: "Chen Jing D(Mark)" <jing.d.chen at intel.com> > > > > In fm10k, PF, VF, VMDQ or queues binding to flow director rule can > > be considered as a logical port. Original implementation only create > > single one for all cases. This change creates totally 128 logical > > ones, first 64 for PF and VMDQ, second 64 for flow director. > > > > Registers DGLORTDEC/DGLORTMAP define rules how to classify packets > > into different queues. Now only PF and VMDQ cases are considered. > > This change add rules for flow director. > > > > Signed-off-by: Chen Jing D(Mark) <jing.d.chen at intel.com> > Acked-by: Shaopeng He <shaopeng.he at intel.com> >
Applied to dpdk-next-net/rel_16_04 Thanks, /Bruce