Re: [PATCH net-next 05/18] tls: Refactor tls_offload variable names

2018-07-05 Thread kbuild test robot
Hi Boris, I love your patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Boris-Pismenny/TLS-offload-rx-netdev-mlx5/20180705-064704 config: x86_64-randconfig-s0-07051307 (attached as .config) compiler: gcc-6 (Debian 6.4.0-

Re: [PATCH net-next 05/18] tls: Refactor tls_offload variable names

2018-07-05 Thread kbuild test robot
Hi Boris, I love your patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Boris-Pismenny/TLS-offload-rx-netdev-mlx5/20180705-064704 config: ia64-allmodconfig (attached as .config) compiler: ia64-linux-gcc (GCC) 8.1.0 repro

[PATCH net-next 05/18] tls: Refactor tls_offload variable names

2018-07-04 Thread Boris Pismenny
For symmetry, we rename tls_offload_context to tls_offload_context_tx before we add tls_offload_context_rx. Signed-off-by: Boris Pismenny --- include/net/tls.h | 16 net/tls/tls_device.c | 26 +- net/tls/tls_device_fallback.c | 8 +++