All of lore.kernel.org
 help / color / mirror / Atom feed
* [jkirsher/next-queue PATCH 0/5] macvlan offload fixes
@ 2017-11-02 23:33 ` Alexander Duyck
  0 siblings, 0 replies; 35+ messages in thread
From: Alexander Duyck @ 2017-11-02 23:33 UTC (permalink / raw)
  To: netdev, intel-wired-lan

I'm looking at performing a refactor of the macvlan offload code. However
before I started I wanted to at least get things into a running state. The
patches in this set are needed to address a number of issues that were
preventing things from working as they were supposed to.

With these changes in place I seem to be able to receive traffic as I am
supposed to in the case of ixgbe and fm10k with the offload enabled, and I
am now transmitting to the correct Tx ring in the case of ixgbe.

The last two patches in the set are what I consider to be minor clean-ups
to address the fact that we don't want packets to somehow stray and end up
being transmitted on a queue that is supposed to be in use by a macvlan
instead of the lowerdev itself.

---

Alexander Duyck (5):
      ixgbe: Fix interaction between SR-IOV and macvlan offload
      fm10k: Fix VLAN configuration for macvlan offload
      ixgbe: Fix handling of macvlan Tx offload
      dev: Clean-up __skb_tx_hash to match up with traffic class based configs
      dev: Cap number of queues even with accel_priv


 drivers/net/ethernet/intel/fm10k/fm10k_netdev.c |    4 ++--
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c   |   22 ++++++++++++++++++----
 net/core/dev.c                                  |   21 ++++++++++-----------
 3 files changed, 30 insertions(+), 17 deletions(-)

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

end of thread, other threads:[~2017-11-10 17:37 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-02 23:33 [jkirsher/next-queue PATCH 0/5] macvlan offload fixes Alexander Duyck
2017-11-02 23:33 ` [Intel-wired-lan] " Alexander Duyck
2017-11-02 23:33 ` [jkirsher/next-queue PATCH 1/5] ixgbe: Fix interaction between SR-IOV and macvlan offload Alexander Duyck
2017-11-02 23:33   ` [Intel-wired-lan] " Alexander Duyck
2017-11-03 17:05   ` Jesse Brandeburg
2017-11-09 22:39   ` Bowers, AndrewX
2017-11-10 17:37     ` Duyck, Alexander H
2017-11-02 23:33 ` [jkirsher/next-queue PATCH 2/5] fm10k: Fix VLAN configuration for " Alexander Duyck
2017-11-02 23:33   ` [Intel-wired-lan] " Alexander Duyck
2017-11-03 17:05   ` Jesse Brandeburg
2017-11-03 17:05     ` Jesse Brandeburg
2017-11-08 22:05     ` Keller, Jacob E
2017-11-08 22:05       ` Keller, Jacob E
2017-11-08 23:03       ` Alexander Duyck
2017-11-08 23:03         ` Alexander Duyck
2017-11-09  0:21         ` Keller, Jacob E
2017-11-09  0:21           ` Keller, Jacob E
2017-11-09  0:32           ` Alexander Duyck
2017-11-09  0:32             ` Alexander Duyck
2017-11-09  1:26             ` Keller, Jacob E
2017-11-09  1:26               ` Keller, Jacob E
2017-11-02 23:34 ` [jkirsher/next-queue PATCH 3/5] ixgbe: Fix handling of macvlan Tx offload Alexander Duyck
2017-11-02 23:34   ` [Intel-wired-lan] " Alexander Duyck
2017-11-03 16:30   ` Shannon Nelson
2017-11-03 16:30     ` Shannon Nelson
2017-11-03 18:18   ` Alexander Duyck
2017-11-03 18:18     ` [Intel-wired-lan] " Alexander Duyck
2017-11-02 23:34 ` [jkirsher/next-queue PATCH 4/5] dev: Clean-up __skb_tx_hash to match up with traffic class based configs Alexander Duyck
2017-11-02 23:34   ` [Intel-wired-lan] " Alexander Duyck
2017-11-02 23:34 ` [jkirsher/next-queue PATCH 5/5] dev: Cap number of queues even with accel_priv Alexander Duyck
2017-11-02 23:34   ` [Intel-wired-lan] " Alexander Duyck
2017-11-03 17:07   ` Jesse Brandeburg
2017-11-03 17:07     ` Jesse Brandeburg
2017-11-03 17:13 ` [Intel-wired-lan] [jkirsher/next-queue PATCH 0/5] macvlan offload fixes Shannon Nelson
2017-11-03 17:13   ` Shannon Nelson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.