options.
Also patch removes custom save/restore in ovs code, now it's redundant.
Signed-off-by: Konstantin Khlebnikov
Link:
http://lkml.kernel.org/r/CALYGNiP-0MZ-FExV2HutTvE9U-QQtkKSoE--KN=jqe5stys...@mail.gmail.com
---
include/linux/skbuff.h |3 ++-
net/core/dev.c |
On Fri, Jan 8, 2016 at 3:00 PM, Konstantin Khlebnikov wrote:
> Skb_gso_segment() uses skb control block during segmentation.
> This patch adds 32-bytes room for previous control block which
> will be copied into all resulting segments.
>
> This patch fixes kernel crash dur
options.
Also patch removes custom save/restore in ovs code, now it's redundant.
Signed-off-by: Konstantin Khlebnikov
Link:
http://lkml.kernel.org/r/CALYGNiP-0MZ-FExV2HutTvE9U-QQtkKSoE--KN=jqe5stys...@mail.gmail.com
---
include/linux/skbuff.h |3 ++-
net/core/dev.c |
patch disables numa affinity in this case.
Signed-off-by: Konstantin Khlebnikov
---
<4>[ 24.368805] [ cut here ]
<2>[ 24.368846] kernel BUG at include/linux/gfp.h:325!
<4>[ 24.368868] invalid opcode: [#1] SMP
<4>[ 24.368892] Module
: Konstantin Khlebnikov
---
net/openvswitch/vport-internal_dev.c | 74 ++
net/openvswitch/vport-netdev.c | 63 -
net/openvswitch/vport-netdev.h | 15 +++
3 files changed, 148 insertions(+), 4 deletions(-)
diff --git a