* dscc4 and new Generic HDLC Layer
@ 2001-12-14 9:45 Daniela Squassoni
2001-12-14 13:45 ` Francois Romieu
2001-12-14 15:15 ` Bob Dunlop
0 siblings, 2 replies; 6+ messages in thread
From: Daniela Squassoni @ 2001-12-14 9:45 UTC (permalink / raw)
To: Krzysztof Halasa, François Romieu; +Cc: lkml
[-- Attachment #1: Type: text/plain, Size: 618 bytes --]
Hello all,
This is the last patch from Krzystof Halasa for the Generic HDLC layer
plus some changes to adapt dscc4.c (maintained by François Romieu) to
it.
It was done against kernel 2.4.17-pre8, and fixes the HDLC Layer that is
currently in the kernel, which uses almost all of the device IOCTL
range.
I am waiting for the inclusion of these changes in the kernel for months
to submmit the PC300 driver, and this delay is causing me troubles,
customers complainings, etc.
Please take a look at the patch, and check if everything is ok. If you
all agree, I will submmit it on December 20th.
Best regards,
Daniela
[-- Attachment #2: HDLC-diff_from_2.4.17-pre8.gz --]
[-- Type: application/x-gzip, Size: 30130 bytes --]
[-- Attachment #3: Card for Daniela Squassoni --]
[-- Type: text/x-vcard, Size: 206 bytes --]
begin:vcard
n:Squassoni;Daniela
x-mozilla-html:FALSE
org:Cyclades;R&D
adr:;;;;;;
version:2.1
email;internet:daniela@cyclades.com
title:Software Engineer
x-mozilla-cpt:;-3392
fn:Daniela Squassoni
end:vcard
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: dscc4 and new Generic HDLC Layer
2001-12-14 9:45 dscc4 and new Generic HDLC Layer Daniela Squassoni
@ 2001-12-14 13:45 ` Francois Romieu
2001-12-14 15:15 ` Bob Dunlop
1 sibling, 0 replies; 6+ messages in thread
From: Francois Romieu @ 2001-12-14 13:45 UTC (permalink / raw)
To: Daniela Squassoni; +Cc: khc, linux-kernel
Daniela Squassoni <daniela@cyclades.com> :
[...]
> Please take a look at the patch, and check if everything is ok. If you
> all agree, I will submmit it on December 20th.
It looks correct for the dscc4 part. I'll try it at home.
I'm not sure we're supposed to change the api in 2.4 though.
--
Ueimor
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: dscc4 and new Generic HDLC Layer
2001-12-14 9:45 dscc4 and new Generic HDLC Layer Daniela Squassoni
2001-12-14 13:45 ` Francois Romieu
@ 2001-12-14 15:15 ` Bob Dunlop
2001-12-14 13:40 ` Daniela Squassoni
2001-12-15 13:33 ` Krzysztof Halasa
1 sibling, 2 replies; 6+ messages in thread
From: Bob Dunlop @ 2001-12-14 15:15 UTC (permalink / raw)
To: Daniela Squassoni; +Cc: Krzysztof Halasa, Fran?ois Romieu, lkml
On Fri, Dec 14, Daniela Squassoni wrote:
> Hello all,
>
> This is the last patch from Krzystof Halasa for the Generic HDLC layer
> plus some changes to adapt dscc4.c (maintained by François Romieu) to
> it.
I'm confused. How was the patch generated ? How should I apply it ?
The patch repeats some of Krzystofs changes so I can't apply it over the
top of his patch but at the same time it doesn't include the changes for
FarSite, SBE Inc or you own Cyclades cards. Better to have a patch that
brings all the drivers up to spec in one hit surely.
Probably too late to get API changes into 2.4.x, but we should get the
generic HDLC layer into 2.5.x ASAP IMHO. Then you might be able to argue
for a backport into 2.4.x in the future.
> I am waiting for the inclusion of these changes in the kernel for months
> to submmit the PC300 driver, and this delay is causing me troubles,
> customers complainings, etc.
Tell me about it :-) FarSite are having to maintain an extra set of patches
for customers who need the functionality of the generic layer.
ps. I'm no longer working for FarSite the lure of embeded Linux and video
was too much :-) so these comments are mine not theirs.
--
Bob Dunlop
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: dscc4 and new Generic HDLC Layer
2001-12-14 15:15 ` Bob Dunlop
@ 2001-12-14 13:40 ` Daniela Squassoni
2001-12-15 13:33 ` Krzysztof Halasa
1 sibling, 0 replies; 6+ messages in thread
From: Daniela Squassoni @ 2001-12-14 13:40 UTC (permalink / raw)
To: Bob Dunlop; +Cc: Krzysztof Halasa, Fran?ois Romieu, lkml
[-- Attachment #1: Type: text/plain, Size: 1563 bytes --]
Bob Dunlop wrote:
>
> I'm confused. How was the patch generated ? How should I apply it ?
>
> The patch repeats some of Krzystofs changes so I can't apply it over the
> top of his patch but at the same time it doesn't include the changes for
> FarSite, SBE Inc or you own Cyclades cards. Better to have a patch that
> brings all the drivers up to spec in one hit surely.
This patch was done against the kernel 2.4.17-pre8. All the drivers that
are using the HDLC layer in the kernel source tree have been included.
The farsync.c does not even call the register_hdlc_device routine...
Let's fix what is already in the kernel source tree first, and then we
can include what is missing (e.g. the PC300 driver and others that
provide separate patches for the HDLC layer), right?!
>
> Probably too late to get API changes into 2.4.x, but we should get the
> generic HDLC layer into 2.5.x ASAP IMHO. Then you might be able to argue
> for a backport into 2.4.x in the future.
Why doing that if it is ready for 2.4.x?!
The patch that I've just sent doesn't bring anything really new. It just
fixes what is wrong in the current version. Am I missing something here?
>
> > I am waiting for the inclusion of these changes in the kernel for months
> > to submmit the PC300 driver, and this delay is causing me troubles,
> > customers complainings, etc.
>
> Tell me about it :-) FarSite are having to maintain an extra set of patches
> for customers who need the functionality of the generic layer.
That is exactly what I have to do...
Best regards,
Daniela
[-- Attachment #2: Card for Daniela Squassoni --]
[-- Type: text/x-vcard, Size: 206 bytes --]
begin:vcard
n:Squassoni;Daniela
x-mozilla-html:FALSE
org:Cyclades;R&D
adr:;;;;;;
version:2.1
email;internet:daniela@cyclades.com
title:Software Engineer
x-mozilla-cpt:;-3392
fn:Daniela Squassoni
end:vcard
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: dscc4 and new Generic HDLC Layer
2001-12-14 15:15 ` Bob Dunlop
2001-12-14 13:40 ` Daniela Squassoni
@ 2001-12-15 13:33 ` Krzysztof Halasa
2001-12-17 15:43 ` Daniela Squassoni
1 sibling, 1 reply; 6+ messages in thread
From: Krzysztof Halasa @ 2001-12-15 13:33 UTC (permalink / raw)
To: linux-kernel
Bob Dunlop <bob.dunlop@xyzzy.org.uk> writes:
> The patch repeats some of Krzystofs changes so I can't apply it over the
> top of his patch but at the same time it doesn't include the changes for
> FarSite, SBE Inc or you own Cyclades cards. Better to have a patch that
> brings all the drivers up to spec in one hit surely.
Forget wanxl, it's not yet ready. Forget pc300too, I'm probably going
to keep it outside the main kernel.
Anyway, incremental patch is better, I'm going to submit my paches
to 2.5 after some features (FR InARP, DCD handling, probably FR bridging)
are added and tested.
> Probably too late to get API changes into 2.4.x, but we should get the
> generic HDLC layer into 2.5.x ASAP IMHO. Then you might be able to argue
> for a backport into 2.4.x in the future.
Seems it's better to include that things in 2.4 when it works fine.
Especially if all drivers are updated.
2.5 first - of course.
--
Krzysztof Halasa
Network Administrator
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2001-12-17 18:56 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-14 9:45 dscc4 and new Generic HDLC Layer Daniela Squassoni
2001-12-14 13:45 ` Francois Romieu
2001-12-14 15:15 ` Bob Dunlop
2001-12-14 13:40 ` Daniela Squassoni
2001-12-15 13:33 ` Krzysztof Halasa
2001-12-17 15:43 ` Daniela Squassoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox