DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] net/ice: fix drop rule handling and stats
@ 2025-07-31  4:41 Shaiq Wani
  2025-07-31  4:41 ` [PATCH 1/2] net/ice: add flag for direction lookup to occur Shaiq Wani
  2025-07-31  4:41 ` [PATCH 2/2] net/ice: count drop- all filter stats in Rx stats Shaiq Wani
  0 siblings, 2 replies; 6+ messages in thread
From: Shaiq Wani @ 2025-07-31  4:41 UTC (permalink / raw)
  To: dev, bruce.richardson, aman.deep.singh

Patch 1.Tx packets were dropped when a drop-any rule was applied
        only on ingress. A direction lookup flag is added to resolve this.
Patch 2.Added accounting for Rx drop packets in ipackets and ibytes.

Shaiq Wani (2):
  net/ice: add flag for direction lookup to occur
  net/ice: count drop- all filter stats in Rx stats

 drivers/net/intel/ice/base/ice_switch.c   | 8 ++++----
 drivers/net/intel/ice/ice_ethdev.c        | 3 ++-
 drivers/net/intel/ice/ice_switch_filter.c | 2 ++
 3 files changed, 8 insertions(+), 5 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-08-01  0:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-31  4:41 [PATCH 0/2] net/ice: fix drop rule handling and stats Shaiq Wani
2025-07-31  4:41 ` [PATCH 1/2] net/ice: add flag for direction lookup to occur Shaiq Wani
2025-07-31  4:41 ` [PATCH 2/2] net/ice: count drop- all filter stats in Rx stats Shaiq Wani
2025-07-31  5:43   ` Ivan Malov
2025-07-31  6:03     ` Wani, Shaiq
2025-08-01  0:56   ` zhoumin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).