qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/5] A few VLAN-related bugfixes for RX packet a


From: Jason Wang
Subject: Re: [Qemu-devel] [PATCH 0/5] A few VLAN-related bugfixes for RX packet abstraction
Date: Fri, 17 Feb 2017 11:04:57 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0



On 2017年02月16日 20:29, Dmitry Fleytman wrote:
This series fix a few issues related
to processing of RX packets with VLAN headers.

See commit messages of specific patches
for information regarding affected devices.

Dmitry Fleytman (5):
   eth: Extend vlan stripping functions
   NetRxPkt: Fix memory corruption on VLAN header stripping
   NetRxPkt: Do not try to pull more data than present
   NetRxPkt: Account buffer with ETH header in IOV length
   NetRxPkt: Remove code duplication in net_rx_pkt_pull_data()

  hw/net/net_rx_pkt.c | 40 +++++++++++++++++++++-------------------
  include/net/eth.h   |  4 ++--
  net/eth.c           | 25 ++++++++++++++-----------
  3 files changed, 37 insertions(+), 32 deletions(-)


Applied. Thanks



reply via email to

[Prev in Thread] Current Thread [Next in Thread]