vpp
vpp copied to clipboard
This bug was introduced by a316744bc5 --- This change is [](https://reviewable.io/reviews/fdio/vpp/29)
Typo fixes
We should compare two masks by the length of mask memory, or 'if statement' will never be true even if the mask is completely suitable. Also variable 'i' is not...
Avoid read system call in memif_rx_burst if interface is in poll mode.
If get_list_elt returns NULL element, then code jumps to error label. Here we are trying to access variable 'c' which is NULL. And 'c' would be set only if get_list_elt...
Signed-off-by: Ruslan Babayev
HQoS code is not fully disabled. Call to dpdk_port_setup_hqos is undefined. Signed-off-by: Ruslan Babayev
which will cause program segmentfault Signed-off-by: Dengfeng Liu
fix to ipsec_if_in.c to rewind correctly for exception punts when dealing with vectors of >=2 packets (existing change #20128 only works once down to the last packet in the vector)
fix compile issue "src/plugins/marvell/pp2/pp2.c:247:62: error: 'vm' undeclared (first use in this function)" Signed-off-by: Jianlin Lv