OSDN Git Service

Optimize the function of filter_send
authorRao, Lei <lei.rao@intel.com>
Tue, 8 Jun 2021 08:23:27 +0000 (16:23 +0800)
committerJason Wang <jasowang@redhat.com>
Fri, 11 Jun 2021 02:30:13 +0000 (10:30 +0800)
commit7c2eae9a77234f92be96d33cc20b990db714d86d
tree2b7d609ab034de2e46f27f736dfda0ad5557e741
parent229620d52e389bc7690f11e4f5fa9b249b5ca65d
Optimize the function of filter_send

The iov_size has been calculated in filter_send(). we can directly
return the size.In this way, this is no need to repeat calculations
in filter_redirector_receive_iov();

Signed-off-by: Lei Rao <lei.rao@intel.com>
Reviewed-by: Li Zhijian <lizhijian@fujitsu.com>
Reviewed-by: Zhang Chen <chen.zhang@intel.com>
Reviewed-by: Lukas Straub <lukasstraub2@web.de>
Tested-by: Lukas Straub <lukasstraub2@web.de>
Signed-off-by: Zhang Chen <chen.zhang@intel.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/filter-mirror.c