On 4/26/2018 5:56 PM, Ferruh Yigit wrote: > On 4/26/2018 12:13 PM, Ophir Munk wrote: >> Fix internal report on port specific offload capabilities to be 0 (no >> capabilities). Before this commit port capabilities were a clone of queue >> capabilities, however the current TAP offload capabilities (e.g. >> checksum calculation) are per queue and are not specific per port. >> This commit fixes an internal validation check for new configured >> queue offloads. >> The port capability API keeps reporting all queue capabilities as port >> capabilities. >> >> Fixes: 95ae196ae10b ("net/tap: use new Rx offloads API") >> Fixes: 818fe14a9891 ("net/tap: use new Tx offloads API") >> Cc: sta...@dpdk.org >> >> Signed-off-by: Ophir Munk <ophi...@mellanox.com> > > Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com>
Applied to dpdk-next-net/master, thanks.