On 2018年02月22日 17:04, Thomas Huth wrote:
The functions are only used in this single .c file, so there is
no need to put all this code in a header that is included from
multiple places.

Signed-off-by: Thomas Huth<[email protected]>
---
  hw/net/net_rx_pkt.c    | 44 ++++++++++++++++++++++++++++++++++++++++++++
  include/net/checksum.h | 44 --------------------------------------------
  2 files changed, 44 insertions(+), 44 deletions(-)

Hi Thomas,

We have plan to implement RSS for virtio-net, so it looks like we'd better keep it in the header.

Thanks

Reply via email to