Please ignor this patch set

在 2017/5/1 0:15, Michael Qiu 写道:
From: Michael Qiu <qiud...@chinac.com>

Currently, OVS only support DPDK single segment mbuf,
it could lead problems, like a large non-DPDK source
packet transmit to dpdk port.

Also, OVS doesn't copy enough info in mbuf when do
packet copy.

At the same time, vlan and tunnelling packet's DPDK
offloads, for example TSO, needs multi-segment mbuf's
support.

This patchset solved all above issues.
--
v1 --> v2
  rebase code to newest upstream.
  fix some typo in commit log.

Michael Qiu (5):
   lib/dp-packet: init the mbuf to zero when build with DPDK
   lib/dp-packet: copy additional packet info when do packet copy
   lib/dp-packet: Fix data_len issue with multi-segments
   lib/dp-packet: copy multi-segments data from DPDK mbuf
   lib/netdev-dpdk: copy large packet to multi-segment mbufs

  lib/dp-packet.c   | 33 +++++++++++++++++++++++++++++---
  lib/dp-packet.h   | 26 +++++++++++++++----------
  lib/netdev-dpdk.c | 57 +++++++++++++++++++++++++++++++++++++++++++++++++------
  3 files changed, 97 insertions(+), 19 deletions(-)


--
仇大玉 | Michael
技术经理 | 系统创新产品线

手机:18952051001

电话:021-60478730-2252

邮箱:qiud...@chinac.com

-------------------------------------------------

华云数据技术服务有限公司

上海市杨浦区伟成路70号企业中心1号楼903-05单元

网址:http://www.chinac.com

      24小时服务电话:400-808-4000

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to