Re: [dpdk-dev] Issue with DCB with X710 Quad 10Gb NIC

2019-09-12 Thread Jeff Weeks
I don't have much else to add, except that I also see dcb fail on the same NIC: i40e_dcb_init_configure(): default dcb config fails. err = -53, aq_err = 3. My card doesn't receive any packets, though; not sure if it's related to this, or not. --Jeff /dev/j

Re: [dpdk-dev] Intel X710 and DPDK...

2019-09-11 Thread Jeff Weeks
weeks.x2936 Sandvine Incorporated From: Iremonger, Bernard Sent: Wednesday, September 11, 2019 12:30 PM To: Jeff Weeks; dev@dpdk.org Subject: RE: Intel X710 and DPDK... [EXTERNAL] Hi Jeff, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On B

[dpdk-dev] Intel X710 and DPDK...

2019-09-10 Thread Jeff Weeks
Hello, I have some questions regarding the i40e driver in reference to Intel X710 NICs. I have several 10G X710 cards on a host, mapped into a kvm-based guest via PCI-passthrough. DPDK sees these cards (the 6 in "Other Network Devices"): # dpdk-devbind --status Network devices using kernel

[dpdk-dev] traffic no longer readable...

2015-05-21 Thread Jeff Weeks
On Wednesday, May 20, 2015 06:31:33 PM Thomas Monjalon wrote: > 2015-05-20 11:59, Jeff Weeks: > > forgot to include the list... > > > > -- Forwarded Message -- > > > > Subject: Re: [dpdk-dev] traffic no longer readable... > > Date: Wednes

[dpdk-dev] Fwd: Re: traffic no longer readable...

2015-05-20 Thread Jeff Weeks
forgot to include the list... -- Forwarded Message -- Subject: Re: [dpdk-dev] traffic no longer readable... Date: Wednesday, May 20, 2015, 11:56:47 AM From: Jeff Weeks To: Thomas Monjalon On Wednesday, May 20, 2015 05:33:20 PM you wrote: > 2015-05-20 11:11, Jeff We

[dpdk-dev] traffic no longer readable...

2015-05-20 Thread Jeff Weeks
Hello all, I've been developing with dpdk, using virtio, and I'm noticing that I can often get into a state whereby I no longer receive any packets. The call to rte_eth_rx_burst always returns 0, indicating the rx queue is empty. How is this queue filled? I see there is a dpdk thread, which w