ethdev: improve message about not disabled offload
Avoid usaged of "failed" in the message about not requested but enabled offload, since it is not a failure. Fixes: 1daa33805824 ("ethdev: validate offloads set by PMD") Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com> Acked-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
9e954d3194
commit
5031897506
@ -1205,7 +1205,7 @@ validate_offloads(uint16_t port_id, uint64_t req_offloads,
|
||||
/* Chech if offload couldn't be disabled. */
|
||||
if (offload & set_offloads) {
|
||||
RTE_ETHDEV_LOG(DEBUG,
|
||||
"Port %u failed to disable %s offload %s\n",
|
||||
"Port %u %s offload %s is not requested but enabled\n",
|
||||
port_id, offload_type, offload_name(offload));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user