Re: [PATCH net-2.6.25 4/7][ATM]: [br2864] routed support

2008-01-30 Thread chas williams - CONTRACTOR
In message <[EMAIL PROTECTED]>,"Chung- Chi Lo" writes: >> + } else { /* vc-mux */ >> + if (brdev->payload == p_routed) { > >add line > > skb->protocol = __constant_htons(ETH_P_IP); > >here just like LLC did? > >> + skb_reset_network_he

Re: [PATCH net-2.6.25 4/7][ATM]: [br2864] routed support

2008-01-28 Thread Chung-Chi Lo
On Jan 26, 2008 8:20 PM, chas williams - CONTRACTOR <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]>,"Chung- > Chi Lo" writes: > >By the way, this routed mode patch doesn't include encaps=VCMUX and > >RFC2684 routed > >protocol decapsulation? > > yep. eric believes the following should

Re: [PATCH net-2.6.25 4/7][ATM]: [br2864] routed support

2008-01-26 Thread chas williams - CONTRACTOR
In message <[EMAIL PROTECTED]>,"Chung- Chi Lo" writes: >Question to decode the encaps=VCMUX and bridge mode: > >This line >skb_pull((skb, BR2684_PAD_LEN + ETH_HLEN); >should be replaced by >skb_pull((skb, BR2684_PAD_LEN); you are correct. >By the way, this routed mode patch doesn't include encaps

Re: [PATCH net-2.6.25 4/7][ATM]: [br2864] routed support

2008-01-15 Thread Chung-Chi Lo
On Dec 30, 2007 9:07 AM, chas williams - CONTRACTOR <[EMAIL PROTECTED]> wrote: > commit fea6b121bcc150fc91186e5012466c91944ce64d > Author: Eric Kinzie <[EMAIL PROTECTED]> > Date: Fri Oct 26 08:05:08 2007 -0400 > > [ATM]: [br2864] routed support > > From: Eric Kinzie <[EMAIL PROTECTED]> >

Re: [PATCH net-2.6.25 4/7][ATM]: [br2864] routed support

2007-12-31 Thread chas williams - CONTRACTOR
In message <[EMAIL PROTECTED]>,Christoph Hellwig writes: >> +#define LLC 0xaa, 0xaa, 0x03 >> +#define SNAP_BRIDGED0x00, 0x80, 0xc2 >> +#define SNAP_ROUTED 0x00, 0x00, 0x00 >> +#define PID_ETHERNET0x00, 0x07 >> +#define ETHERTYPE_IPV4 0x08, 0x00 >> +#define ETHERTYPE_IPV

Re: [PATCH net-2.6.25 4/7][ATM]: [br2864] routed support

2007-12-31 Thread Christoph Hellwig
> +#define BR2684_ETHERTYPE_LEN 2 > +#define BR2684_PAD_LEN 2 > + > +#define LLC 0xaa, 0xaa, 0x03 > +#define SNAP_BRIDGED 0x00, 0x80, 0xc2 > +#define SNAP_ROUTED 0x00, 0x00, 0x00 > +#define PID_ETHERNET 0x00, 0x07 > +#define ETHERTYPE_IPV4 0x08, 0x00 > +#define ETHERTY

Re: [PATCH net-2.6.25 4/7][ATM]: [br2864] routed support

2007-12-30 Thread David Miller
From: "chas williams - CONTRACTOR" <[EMAIL PROTECTED]> Date: Sat, 29 Dec 2007 20:07:24 -0500 > [ATM]: [br2864] routed support > > From: Eric Kinzie <[EMAIL PROTECTED]> > Signed-off-by: Chas Williams <[EMAIL PROTECTED]> Applied. -- To unsubscribe from this list: send the line "uns

[PATCH net-2.6.25 4/7][ATM]: [br2864] routed support

2007-12-29 Thread chas williams - CONTRACTOR
commit fea6b121bcc150fc91186e5012466c91944ce64d Author: Eric Kinzie <[EMAIL PROTECTED]> Date: Fri Oct 26 08:05:08 2007 -0400 [ATM]: [br2864] routed support From: Eric Kinzie <[EMAIL PROTECTED]> Signed-off-by: Chas Williams <[EMAIL PROTECTED]> diff --git a/include/linux/atmbr268