[dpdk-dev] rte_eth_dev_socket_id() doesn't match documentation

2020-07-02 Thread Harris, Cody
In the documentation for rte_eth_dev_socket_id() (https://doc.dpdk.org/api/rte__ethdev_8h.html#ad032e25f712e6ffeb0c19eab1ec1fd2e), the return code is described as: > The NUMA socket id to which the Ethernet device is connected or a default of > zero if the socket could not be determined. -1 is

Re: [dpdk-dev] [PATCH v3] net/ixgbe: include QPRDC in imissed stat

2020-05-28 Thread Harris, Cody
Hi Zhao Wei, I understand that the QPRDC drop count is available by stats->q_errors. I'm interested to know why imissed doesn't include it. The name imissed makes it sound like the counter counts incoming missed (valid) packets regardless of where the drop occurs during reception. I think the

Re: [dpdk-dev] [PATCH v3] net/ixgbe: include QPRDC in imissed stat

2020-05-19 Thread Harris, Cody
Sorry about all the revisions, I hit some style issues I didn't know about. Be nice, it's my first time contributing anything :) -Cody On 5/18/20, 10:08 PM, "Cody Harris" wrote: The ixgbe imissed statstic originally only contained dropped packets counted by the RXMPC registers. This c