diff options
author | Todd Foggoa <tfoggoa@cisco.com> | 2016-04-06 09:57:01 -0400 |
---|---|---|
committer | Todd Foggoa <tfoggoa@cisco.com> | 2016-04-06 09:57:01 -0400 |
commit | a292c8c35794531d27a068310a76d067f2ccf56a (patch) | |
tree | 7b3ed299ee3f1c4d5e9b91f7da186ea3d65f596d /dpdk/dpdk-2.2.0_patches/0016-enic-fix-mbuf-flags-on-Rx.patch | |
parent | 83cc4e140d4fdf915ae027851b442b2ff0a682e8 (diff) |
Fix DPDK patch files so git am works smoothly
Change-Id: Ic2a6e6f1ceea81f2e34f3db370682569327b44ad
Signed-off-by: Todd Foggoa <tfoggoa@cisco.com>
Diffstat (limited to 'dpdk/dpdk-2.2.0_patches/0016-enic-fix-mbuf-flags-on-Rx.patch')
-rw-r--r-- | dpdk/dpdk-2.2.0_patches/0016-enic-fix-mbuf-flags-on-Rx.patch | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/dpdk/dpdk-2.2.0_patches/0016-enic-fix-mbuf-flags-on-Rx.patch b/dpdk/dpdk-2.2.0_patches/0016-enic-fix-mbuf-flags-on-Rx.patch index e8f74db5bf6..895d5715490 100644 --- a/dpdk/dpdk-2.2.0_patches/0016-enic-fix-mbuf-flags-on-Rx.patch +++ b/dpdk/dpdk-2.2.0_patches/0016-enic-fix-mbuf-flags-on-Rx.patch @@ -1,15 +1,17 @@ -commit 3253bbc79c8a1eddf791d9ec11bcea4a004d258e -Author: John Daley <johndale@cisco.com> -Date: Thu Mar 17 15:57:05 2016 -0700 +From 3ffb9431d6ba34dbcffab5cff4c060d5dca167e1 Mon Sep 17 00:00:00 2001 +From: John Daley <johndale@cisco.com> +Date: Thu, 17 Mar 2016 15:57:05 -0700 +Subject: [PATCH 16/22] enic: fix mbuf flags on Rx - enic: fix mbuf flags on Rx - In the receive path, the function to set mbuf ol_flags used the mbuf packet_type before it was set. - + Fixes: 947d860c821f ("enic: improve Rx performance") - + Signed-off-by: John Daley <johndale@cisco.com> +--- + drivers/net/enic/enic_rx.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/enic/enic_rx.c b/drivers/net/enic/enic_rx.c index 945a60f..59ebaa4 100644 @@ -36,3 +38,6 @@ index 945a60f..59ebaa4 100644 /* prefetch mbuf data for caller */ rte_packet_prefetch(RTE_PTR_ADD(rxmb->buf_addr, +-- +1.9.1 + |