netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Information about SCTP patch
@ 2014-06-26  7:28 kishan simha
  2014-06-26  7:47 ` Eric Dumazet
  2014-06-27 20:06 ` Michele Baldessari
  0 siblings, 2 replies; 6+ messages in thread
From: kishan simha @ 2014-06-26  7:28 UTC (permalink / raw)
  To: linux-sctp; +Cc: netdev

Hello,

I wanted some information on the SCTP patch   "sctp: Add support to
per-association statistics via a new SCTP_GET_ASSOC_STA "


The commit information is

commit 196d67593439b03088913227093e374235596e33

Author: Michele Baldessari <michele@acksyn.org>

Date:   Sat Dec 1 04:49:42 2012 +0000


Is it possible to know into which kernel version did this patch go into?
I tried to find it online and I was not able to. Hence mailing to this list.

It will be helpful if you anyone answer this.

Thanks and Regards
Kishan

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Information about SCTP patch
  2014-06-26  7:28 Information about SCTP patch kishan simha
@ 2014-06-26  7:47 ` Eric Dumazet
  2014-06-27 20:06 ` Michele Baldessari
  1 sibling, 0 replies; 6+ messages in thread
From: Eric Dumazet @ 2014-06-26  7:47 UTC (permalink / raw)
  To: kishan simha; +Cc: linux-sctp, netdev

On Thu, 2014-06-26 at 12:58 +0530, kishan simha wrote:
> Hello,
> 
> I wanted some information on the SCTP patch   "sctp: Add support to
> per-association statistics via a new SCTP_GET_ASSOC_STA "
> 
> 
> The commit information is
> 
> commit 196d67593439b03088913227093e374235596e33
> 
> Author: Michele Baldessari <michele@acksyn.org>
> 
> Date:   Sat Dec 1 04:49:42 2012 +0000
> 
> 
> Is it possible to know into which kernel version did this patch go into?
> I tried to find it online and I was not able to. Hence mailing to this list.
> 
> It will be helpful if you anyone answer this.

Sure :

$ git describe --contains 196d67593439b03088913227093e374235596e33

v3.8-rc1~139^2~117


So all linux versions starting from linux-3.8 have it.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Information about SCTP patch
  2014-06-26  7:28 Information about SCTP patch kishan simha
  2014-06-26  7:47 ` Eric Dumazet
@ 2014-06-27 20:06 ` Michele Baldessari
  2014-07-21  8:38   ` kishan simha
  1 sibling, 1 reply; 6+ messages in thread
From: Michele Baldessari @ 2014-06-27 20:06 UTC (permalink / raw)
  To: kishan simha; +Cc: linux-sctp, netdev

Hi Kishan,

On Thu, Jun 26, 2014 at 12:58:54PM +0530, kishan simha wrote:
> I wanted some information on the SCTP patch   "sctp: Add support to
> per-association statistics via a new SCTP_GET_ASSOC_STA "
> 
> The commit information is
> commit 196d67593439b03088913227093e374235596e33
> Author: Michele Baldessari <michele@acksyn.org>
> Date:   Sat Dec 1 04:49:42 2012 +0000
> 
> Is it possible to know into which kernel version did this patch go into?
> I tried to find it online and I was not able to. Hence mailing to this list.

as Eric mentioned, it's in 3.8 (or also in RHEL-6.5). Feel free to reach out
if you have any questions.

cheers,
Michele
-- 
Michele Baldessari            <michele@acksyn.org>
C2A5 9DA3 9961 4FFB E01B  D0BC DDD4 DCCB 7515 5C6D

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Information about SCTP patch
  2014-06-27 20:06 ` Michele Baldessari
@ 2014-07-21  8:38   ` kishan simha
  2014-07-22  8:03     ` Michele Baldessari
  0 siblings, 1 reply; 6+ messages in thread
From: kishan simha @ 2014-07-21  8:38 UTC (permalink / raw)
  To: Michele Baldessari; +Cc: linux-sctp, netdev, prasad.padiyar, sumit.11.kumar

Hello Michele,

Thank you for the response.

I have a few more queries regarding the patch.

We are trying to integrate this patch to a little older kernel 2.6.34.13.
Additionally we are planning to give a proc file interface to display the stats.

I came across a review comment for your patch, where the proc solution
was rejected.

Can you provide some information on why the solution was rejected ?

Thanks and Regards
Kishan



On Sat, Jun 28, 2014 at 1:36 AM, Michele Baldessari <michele@acksyn.org> wrote:
> Hi Kishan,
>
> On Thu, Jun 26, 2014 at 12:58:54PM +0530, kishan simha wrote:
>> I wanted some information on the SCTP patch   "sctp: Add support to
>> per-association statistics via a new SCTP_GET_ASSOC_STA "
>>
>> The commit information is
>> commit 196d67593439b03088913227093e374235596e33
>> Author: Michele Baldessari <michele@acksyn.org>
>> Date:   Sat Dec 1 04:49:42 2012 +0000
>>
>> Is it possible to know into which kernel version did this patch go into?
>> I tried to find it online and I was not able to. Hence mailing to this list.
>
> as Eric mentioned, it's in 3.8 (or also in RHEL-6.5). Feel free to reach out
> if you have any questions.
>
> cheers,
> Michele
> --
> Michele Baldessari            <michele@acksyn.org>
> C2A5 9DA3 9961 4FFB E01B  D0BC DDD4 DCCB 7515 5C6D

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Information about SCTP patch
  2014-07-21  8:38   ` kishan simha
@ 2014-07-22  8:03     ` Michele Baldessari
  2014-07-23 11:55       ` Padiyar, Prasad (NSN - IN/Bangalore)
  0 siblings, 1 reply; 6+ messages in thread
From: Michele Baldessari @ 2014-07-22  8:03 UTC (permalink / raw)
  To: kishan simha; +Cc: linux-sctp, netdev, prasad.padiyar, sumit.11.kumar

Hi Kishan,

On Mon, Jul 21, 2014 at 02:08:21PM +0530, kishan simha wrote:
> We are trying to integrate this patch to a little older kernel 2.6.34.13.

This is trivial as we've done so for RHEL 6.5 already.

> Additionally we are planning to give a proc file interface to display the stats.
> 
> I came across a review comment for your patch, where the proc solution
> was rejected.
> 
> Can you provide some information on why the solution was rejected ?

It was preferred to do it via an API extension, similar to how
Solaris does it. And, I believe, the /proc interface for these kind of
things is discouraged.

regards,
Michele
-- 
Michele Baldessari            <michele@acksyn.org>
C2A5 9DA3 9961 4FFB E01B  D0BC DDD4 DCCB 7515 5C6D

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: Information about SCTP patch
  2014-07-22  8:03     ` Michele Baldessari
@ 2014-07-23 11:55       ` Padiyar, Prasad (NSN - IN/Bangalore)
  0 siblings, 0 replies; 6+ messages in thread
From: Padiyar, Prasad (NSN - IN/Bangalore) @ 2014-07-23 11:55 UTC (permalink / raw)
  To: ext Michele Baldessari
  Cc: linux-sctp, netdev, Kumar, Sumit 11. (NSN - IN/Bangalore), kishan simha

Hi Michele,

Thanks for your time and reply.

We here have a requirement to implement a CLI to get these stats.
And one of the options we thought to use was /proc files to get these stats.

Going through the mail chain of this patch (http://www.spinics.net/lists/linux-sctp/msg01813.html) , I came across this.
" socket option is preferable as /proc doesn't scale very well as number of associations grows."


Here I am just curious to know how much "is the number of associations" referred to?


Thanks & Regards,
Prasad 

-----Original Message-----
From: ext Michele Baldessari [mailto:michele@acksyn.org] 
Sent: Tuesday, July 22, 2014 1:33 PM
To: kishan simha
Cc: linux-sctp@vger.kernel.org; netdev@vger.kernel.org; Padiyar, Prasad (NSN - IN/Bangalore); Kumar, Sumit 11. (NSN - IN/Bangalore)
Subject: Re: Information about SCTP patch

Hi Kishan,

On Mon, Jul 21, 2014 at 02:08:21PM +0530, kishan simha wrote:
> We are trying to integrate this patch to a little older kernel 2.6.34.13.

This is trivial as we've done so for RHEL 6.5 already.

> Additionally we are planning to give a proc file interface to display the stats.
> 
> I came across a review comment for your patch, where the proc solution
> was rejected.
> 
> Can you provide some information on why the solution was rejected ?

It was preferred to do it via an API extension, similar to how
Solaris does it. And, I believe, the /proc interface for these kind of
things is discouraged.

regards,
Michele
-- 
Michele Baldessari            <michele@acksyn.org>
C2A5 9DA3 9961 4FFB E01B  D0BC DDD4 DCCB 7515 5C6D

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-07-23 12:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-26  7:28 Information about SCTP patch kishan simha
2014-06-26  7:47 ` Eric Dumazet
2014-06-27 20:06 ` Michele Baldessari
2014-07-21  8:38   ` kishan simha
2014-07-22  8:03     ` Michele Baldessari
2014-07-23 11:55       ` Padiyar, Prasad (NSN - IN/Bangalore)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).