I implemented a basic Linux driver for intel 82599 and I am able to send and receive packets in PF and VF mode. I am using ioctl to send and receive packets rather than Linux netif interface. Without RSS and DCB I can only use queue 0 of each pool, now I wanted to use multiqueue. I can't use RSS or DCB as I needed L2 filters for that(driver's packet = [L2 header + payload]).
Is there any I can route packet to particular queue using VLAN or any other L2 features? Thanks Nirmoy On Thu, Apr 3, 2014 at 4:52 AM, Fujinaka, Todd <[email protected]>wrote: > I think we need more details. What part and what driver? > > Todd Fujinaka > Software Application Engineer > Networking Division (ND) > Intel Corporation > [email protected] > (503) 712-4565 > > -----Original Message----- > From: nirmoy das [mailto:[email protected]] > Sent: Wednesday, April 02, 2014 2:51 AM > To: [email protected] > Subject: [E1000-devel] Multiqueue in VF mode > > Hi All > > > How can I use Multiqueue in VF mode. I want multiqueue using L2 features , > is it possible? > > Thanks, > Nirmoy >
------------------------------------------------------------------------------
_______________________________________________ E1000-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/e1000-devel To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired
