[dpdk-dev] [memnic PATCH 2/5] pmd: check frame length from host

2014-03-21 Thread Thomas Monjalon
11/03/2014 05:38, Hiroshi Shimamoto: > Drop packets which have invalid length. > > Normally this must not happen while vSwitch works fine, however > it's better to put a sentinel to prevent memory corruption. > > Signed-off-by: Hiroshi Shimamoto > Reviewed-by: Hayato Momma Acked and applied wi

[dpdk-dev] [memnic PATCH 2/5] pmd: check frame length from host

2014-03-11 Thread Hiroshi Shimamoto
From: Hiroshi Shimamoto Drop packets which have invalid length. Normally this must not happen while vSwitch works fine, however it's better to put a sentinel to prevent memory corruption. Signed-off-by: Hiroshi Shimamoto Reviewed-by: Hayato Momma --- pmd/pmd_memnic.c | 3 +++ 1 file changed,