DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/6] net/cxgbe: bug fixes
@ 2018-11-09  7:56 Rahul Lakkireddy
  2018-11-09  7:56 ` [dpdk-dev] [PATCH 1/6] net/cxgbevf: add missing PCI uninitialization function for VF Rahul Lakkireddy
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Rahul Lakkireddy @ 2018-11-09  7:56 UTC (permalink / raw)
  To: dev; +Cc: indranil, nirranjan

Patch 1 adds a missing PCI un-initialization function for CXGBEVF to
fix resource leaks.

Patch 2 fixes VLAN strip offload always being enabled without looking
at Rx offload flags.

Patch 3 fixes issue with redefined match items in flows being offloaded
to hardware.

Patch 4 fixes flow offload timeouts under heavy load.

Patch 5 fixes wrong ingress port value being written in filter spec passed
to hardware while offloading flows.

Patch 6 fixes freeing illegal memory location while destroying MPS table.

Thanks,
Rahul

Rahul Lakkireddy (6):
  net/cxgbevf: add missing PCI uninitialization function for VF
  net/cxgbe: check Rx offload flags before doing VLAN strip offload
  net/cxgbe: fix check for redefined match items
  net/cxgbe: increase completion wait time for flow operations
  net/cxgbe: fix wrong ingress port value set in filter spec
  net/cxgbevf: fix illegal memory access when freeing MPS TCAM

 drivers/net/cxgbe/cxgbe_filter.c   |  7 ++-----
 drivers/net/cxgbe/cxgbe_flow.c     | 16 +++++++---------
 drivers/net/cxgbe/cxgbe_flow.h     |  5 +++--
 drivers/net/cxgbe/cxgbe_main.c     | 18 +++++++++++-------
 drivers/net/cxgbe/cxgbevf_ethdev.c | 12 +++++++++++-
 drivers/net/cxgbe/cxgbevf_main.c   |  6 ++++++
 drivers/net/cxgbe/mps_tcam.c       |  4 +---
 7 files changed, 41 insertions(+), 27 deletions(-)

-- 
2.18.0

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

end of thread, other threads:[~2018-11-09 20:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-09  7:56 [dpdk-dev] [PATCH 0/6] net/cxgbe: bug fixes Rahul Lakkireddy
2018-11-09  7:56 ` [dpdk-dev] [PATCH 1/6] net/cxgbevf: add missing PCI uninitialization function for VF Rahul Lakkireddy
2018-11-09  7:56 ` [dpdk-dev] [PATCH 2/6] net/cxgbe: check Rx offload flags before doing VLAN strip offload Rahul Lakkireddy
2018-11-09  7:56 ` [dpdk-dev] [PATCH 3/6] net/cxgbe: fix check for redefined match items Rahul Lakkireddy
2018-11-09  7:56 ` [dpdk-dev] [PATCH 4/6] net/cxgbe: increase completion wait time for flow operations Rahul Lakkireddy
2018-11-09  7:56 ` [dpdk-dev] [PATCH 5/6] net/cxgbe: fix wrong ingress port value set in filter spec Rahul Lakkireddy
2018-11-09  7:56 ` [dpdk-dev] [PATCH 6/6] net/cxgbevf: fix illegal memory access when freeing MPS TCAM Rahul Lakkireddy
2018-11-09 20:19 ` [dpdk-dev] [PATCH 0/6] net/cxgbe: bug fixes Ferruh Yigit

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).