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-9) 6.4.0 20171026
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

Note: the 
linux-review/Boris-Pismenny/TLS-offload-rx-netdev-mlx5/20180705-064704 HEAD 
fbaef8a3b3a3283de49a7171144b7471e5c780d9 builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

   net//tls/tls_device.c: In function 'tls_device_free_ctx':
>> net//tls/tls_device.c:55:22: error: 'TLS_HW' undeclared (first use in this 
>> function)
     if (ctx->tx_conf == TLS_HW)
                         ^~~~~~
   net//tls/tls_device.c:55:22: note: each undeclared identifier is reported 
only once for each function it appears in

vim +/TLS_HW +55 net//tls/tls_device.c

    52  
    53  static void tls_device_free_ctx(struct tls_context *ctx)
    54  {
  > 55          if (ctx->tx_conf == TLS_HW)
    56                  kfree(tls_offload_ctx_tx(ctx));
    57  
    58          kfree(ctx);
    59  }
    60  

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: application/gzip

Reply via email to