netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next PATCH v2 0/2] A couple of minor clean-ups and optimizations
@ 2016-03-09 17:22 Alexander Duyck
  2016-03-09 17:24 ` [net-next PATCH v2 1/2] gro: Defer clearing of flush bit in tunnel paths Alexander Duyck
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alexander Duyck @ 2016-03-09 17:22 UTC (permalink / raw)
  To: netdev, davem

This patch series is basically just a v2 of a couple patches I recently
submitted.

The two patches aren't technically related but there are just items I found
while cleaning up and prepping some further work to enable Tx checksums for
tunnels.

---

Alexander Duyck (2):
      gro: Defer clearing of flush bit in tunnel paths
      csum: Update csum_block_add to use rotate instead of byteswap


 drivers/net/geneve.c   |    7 ++-----
 drivers/net/vxlan.c    |    3 +--
 include/net/checksum.h |   12 ++++++------
 net/ipv4/fou.c         |    3 +--
 net/ipv4/gre_offload.c |    3 +--
 5 files changed, 11 insertions(+), 17 deletions(-)

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

end of thread, other threads:[~2016-03-13 19:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-09 17:22 [net-next PATCH v2 0/2] A couple of minor clean-ups and optimizations Alexander Duyck
2016-03-09 17:24 ` [net-next PATCH v2 1/2] gro: Defer clearing of flush bit in tunnel paths Alexander Duyck
2016-03-09 17:25 ` [net-next PATCH v2 2/2] csum: Update csum_block_add to use rotate instead of byteswap Alexander Duyck
2016-03-13 19:01 ` [net-next PATCH v2 0/2] A couple of minor clean-ups and optimizations David Miller

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