On 3/29/2018 9:56 PM, Sabrina Dubroca wrote:
> 2018-03-29, 21:27:50 +0530, Atul Gupta wrote:
> ...
>> +static void chtls_pass_accept_request(struct sock *sk,
>> + struct sk_buff *skb)
>> +{
> ...
>> + if (chtls_get_module(newsk))
>> + goto reject;
>> + inet_csk_reqsk_queue_added(sk);
>> + reply_skb->sk = newsk;
>> + chtls_install_cpl_ops(newsk);
> Function defined in patch 11, declared in patch 6, and used in patch
> 8. Are you actually listening to the comments we've been sending?
Patch series is broken to make it bisectable, it ensures that existing modules
net, cxgb4, chcr compiles fine, since chtls is new module the sequence of
patches builds clean by virtue of having Makefile change in the last patch. We
have followed a similar approach in the past for new submission of chcr, cxgbit
drivers.
>- [PATCH v14 net-next 06/12] crypto: chtls - structure and m... Atul Gupta
- [PATCH v14 net-next 07/12] crypto: chtls - Program the TLS... Atul Gupta
- [PATCH v14 net-next 09/12] crypto: chtls - Inline TLS reco... Atul Gupta
- Re: [PATCH v14 net-next 09/12] crypto: chtls - Inline... Sabrina Dubroca
- [PATCH v14 net-next 10/12] crypto: chtls - Inline TLS reco... Atul Gupta
- [PATCH v14 net-next 11/12] crypto: chtls - Register chtls ... Atul Gupta
- [PATCH v14 net-next 12/12] crypto: chtls - Makefile Kconfi... Atul Gupta
- [PATCH v14 net-next 08/12] crypto : chtls - CPL handler de... Atul Gupta
- Re: [PATCH v14 net-next 08/12] crypto : chtls - CPL h... Sabrina Dubroca
- Re: [PATCH v14 net-next 08/12] crypto : chtls - C... Atul Gupta
- Re: [PATCH v14 net-next 08/12] crypto : chtls... Ganesh Goudar
