[dpdk-dev] queue to VF assigment in SR-IOV

2016-06-21 Thread Mauricio Vásquez
Hello Alexander, On Mon, Jun 13, 2016 at 6:02 PM, Alexander Duyck wrote: > On Mon, Jun 13, 2016 at 4:56 AM, Mauricio V?squez > wrote: > > Hello Alexander, > > > > On Tue, Jun 7, 2016 at 11:31 PM, Alexander Duyck < > alexander.duyck at gmail.com> > > wrote: > >> > >> On Tue, Jun 7, 2016 at 1:49

[dpdk-dev] queue to VF assigment in SR-IOV

2016-06-13 Thread Mauricio Vásquez
Hello Alexander, On Tue, Jun 7, 2016 at 11:31 PM, Alexander Duyck wrote: > On Tue, Jun 7, 2016 at 1:49 PM, Mauricio V?squez > wrote: > > Dear All, > > > > I implemented a program that uses flow director to forward packets to a > > specific virtual function, however I faced the problem that I di

[dpdk-dev] queue to VF assigment in SR-IOV

2016-06-13 Thread Alexander Duyck
On Mon, Jun 13, 2016 at 4:56 AM, Mauricio V?squez wrote: > Hello Alexander, > > On Tue, Jun 7, 2016 at 11:31 PM, Alexander Duyck gmail.com> > wrote: >> >> On Tue, Jun 7, 2016 at 1:49 PM, Mauricio V?squez >> wrote: >> > Dear All, >> > >> > I implemented a program that uses flow director to forwar

[dpdk-dev] queue to VF assigment in SR-IOV

2016-06-07 Thread Mauricio Vásquez
Dear All, I implemented a program that uses flow director to forward packets to a specific virtual function, however I faced the problem that I did not know which queue belongs to a VF. I found in [1] that in the case of Intel 82599, queues 0-7 belongs to VF0, 8-15 to VF1 and so on, I tested it bu

[dpdk-dev] queue to VF assigment in SR-IOV

2016-06-07 Thread Alexander Duyck
On Tue, Jun 7, 2016 at 1:49 PM, Mauricio V?squez wrote: > Dear All, > > I implemented a program that uses flow director to forward packets to a > specific virtual function, however I faced the problem that I did not know > which queue belongs to a VF. I found in [1] that in the case of Intel > 825