[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: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH 0/5] A few VLAN-related bugfixes for RX packet abstraction |
Date: |
Fri, 3 Mar 2017 12:06:46 +0000 |
On 17 February 2017 at 03:04, Jason Wang <address@hidden> wrote:
>
>
> 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
Hi Jason -- what's the status of these patches? I don't
see them in master and I don't think you have them in a pull
request yet (though I may have missed it in the deluge of
freeze-deadline pulls...)
thanks
-- PMM
- Re: [Qemu-devel] [PATCH 0/5] A few VLAN-related bugfixes for RX packet abstraction,
Peter Maydell <=