Re: [PATCH 1/6] vdpa/sfc: remove dead code

2024-06-25 Thread Andrew Rybchenko
On 6/25/24 15:24, David Marchand wrote: This is probably a copy/paste from the net/sfc driver. sfc_logtype_driver is not a logtype variable from the sfc vDPA driver. Remove it. Fixes: 6dad9a7353d4 ("vdpa/sfc: support device initialization") Cc: sta...@dpdk.org Signed-off-by: David Marchand R

[PATCH 1/6] vdpa/sfc: remove dead code

2024-06-25 Thread David Marchand
This is probably a copy/paste from the net/sfc driver. sfc_logtype_driver is not a logtype variable from the sfc vDPA driver. Remove it. Fixes: 6dad9a7353d4 ("vdpa/sfc: support device initialization") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- drivers/vdpa/sfc/sfc_vdpa_hw.c | 2 -- 1