vmxnet3: error handling 11/15111/3
authorSteven <sluong@cisco.com>
Tue, 2 Oct 2018 21:36:13 +0000 (14:36 -0700)
committersteven luong <sluong@cisco.com>
Wed, 3 Oct 2018 14:33:30 +0000 (14:33 +0000)
commit3c6015b03480938bc8dc66405096fecf47ed6c0c
treecb50c950b0410cd49fb0b6b918012e579f17b66b
parente4db80344a8448930a71f5b1200757e7c6c9072b
vmxnet3: error handling

outbound -- if we have to drop the packet due to no descriptor space is available, drop the
whole packet, not fragments.
inbound -- check and drop error packets

Change-Id: Ida1d32e61521bafd67f714d729ad53cd7c487dc6
Signed-off-by: Steven <sluong@cisco.com>
src/plugins/vmxnet3/cli.c
src/plugins/vmxnet3/input.c
src/plugins/vmxnet3/output.c
src/plugins/vmxnet3/vmxnet3.c