search for: txflag

Displaying 20 results from an estimated 35 matches for "txflag".

Did you mean: txflags
2015 Jan 27
3
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
On Di, 2015-01-27 at 10:42 +0200, Michael S. Tsirkin wrote: > On Tue, Jan 27, 2015 at 02:47:54AM +0000, Ben Hutchings wrote: > > On Mon, 2015-01-26 at 09:37 -0500, Vladislav Yasevich wrote: > > > If the IPv6 fragment id has not been set and we perform > > > fragmentation due to UFO, select a new fragment id. > > > When we store the fragment id into skb_shinfo,
2015 Jan 27
3
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
On Di, 2015-01-27 at 10:42 +0200, Michael S. Tsirkin wrote: > On Tue, Jan 27, 2015 at 02:47:54AM +0000, Ben Hutchings wrote: > > On Mon, 2015-01-26 at 09:37 -0500, Vladislav Yasevich wrote: > > > If the IPv6 fragment id has not been set and we perform > > > fragmentation due to UFO, select a new fragment id. > > > When we store the fragment id into skb_shinfo,
2015 Jan 27
3
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...of tx flags. > >> Maybe ip6_frag_id == 0 should mean "not set". > > > > Maybe that is the best idea. Definitely the ufo_fragid_set bit should > > move into the skb_shared_info area. > > That's what I originally wanted to do, but had to move and grow txflags thus > skb_shinfo ended up growing. I wanted to avoid that, so stole an skb flag. > > I considered treating fragid == 0 as unset, but a 0 fragid is perfectly valid > from the protocol perspective and could actually be generated by the id generator > functions. This may cause us t...
2015 Jan 27
3
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...of tx flags. > >> Maybe ip6_frag_id == 0 should mean "not set". > > > > Maybe that is the best idea. Definitely the ufo_fragid_set bit should > > move into the skb_shared_info area. > > That's what I originally wanted to do, but had to move and grow txflags thus > skb_shinfo ended up growing. I wanted to avoid that, so stole an skb flag. > > I considered treating fragid == 0 as unset, but a 0 fragid is perfectly valid > from the protocol perspective and could actually be generated by the id generator > functions. This may cause us t...
2004 Jul 16
3
Echo problem update - POSSIBLE SOLUTION
...xoks" : Channel(s) are signalled using FXO Koolstart protocol. # "sf" : Channel(s) are signalled using in-band single freq tone. # Syntax as follows: # channel# => sf:<rxfreq>,<rxbw>,<rxflag>,<txfreq>,<txlevel>,<txflag> # rxfreq is rx tone freq in hz, rxbw is rx notch (and decode) # bandwith in hz (typically 10.0), rxflag is either 'normal' or # 'inverted', txfreq is tx tone freq in hz, txlevel is tx tone # level in dbm, txflag is either...
2005 Jun 21
3
FXS
...tart protocol. # "fxoks" : Channel(s) are signalled using FXO Koolstart protocol. # "sf" : Channel(s) are signalled using in-band single freq tone. # Syntax as follows: # channel# => sf:<rxfreq>,<rxbw>,<rxflag>,<txfreq>,<txlevel>,<txflag> # rxfreq is rx tone freq in hz, rxbw is rx notch (and decode) # bandwith in hz (typically 10.0), rxflag is either 'normal' or # 'inverted', txfreq is tx tone freq in hz, txlevel is tx tone # level in dbm, txflag is either 'normal' or 'inverted'. Set # r...
2005 Jun 03
1
ztdummy errors on WBEL4
...fxoks" : Channel(s) are signalled using FXO Koolstart protocol. # "sf" : Channel(s) are signalled using in-band single freq tone. # Syntax as follows: # channel# => sf:<rxfreq>,<rxbw>,<rxflag>,<txfreq>,<txlevel>,<txflag> # rxfreq is rx tone freq in hz, rxbw is rx notch (and decode) # bandwith in hz (typically 10.0), rxflag is either 'normal' or # 'inverted', txfreq is tx tone freq in hz, txlevel is tx tone # level in dbm, txflag is either &...
2005 Jun 22
4
FXS interfaces
...ks" : Channel(s) are signalled using FXO Koolstart protocol. # "sf" : Channel(s) are signalled using in-band single freq tone. # Syntax as follows: # channel# => sf:<rxfreq>,<rxbw>,<rxflag>,<txfreq>,<txlevel>,<txflag> # rxfreq is rx tone freq in hz, rxbw is rx notch (and decode) # bandwith in hz (typically 10.0), rxflag is either 'normal' or # 'inverted', txfreq is tx tone freq in hz, txlevel is tx tone # level in dbm, txflag is eith...
2005 Sep 05
0
Re: Asterisk-Users Digest, Vol 14, Issue 22
...ndstart protocol. # "fxoks" : Channel(s) are signalled using FXO Koolstart protocol. # "sf" : Channel(s) are signalled using in-band single freq tone. # Syntax as follows: # channel# => sf:<rxfreq>,<rxbw>,<rxflag>,<txfreq>,<txlevel>,<txflag> # rxfreq is rx tone freq in hz, rxbw is rx notch (and decode) # bandwith in hz (typically 10.0), rxflag is either 'normal' or # 'inverted', txfreq is tx tone freq in hz, txlevel is tx tone # level in dbm, txflag is either 'normal' or 'inverted'. Set # rxfr...
2015 Jan 27
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...>> Hmm we seem to be out of tx flags. >> Maybe ip6_frag_id == 0 should mean "not set". > > Maybe that is the best idea. Definitely the ufo_fragid_set bit should > move into the skb_shared_info area. That's what I originally wanted to do, but had to move and grow txflags thus skb_shinfo ended up growing. I wanted to avoid that, so stole an skb flag. I considered treating fragid == 0 as unset, but a 0 fragid is perfectly valid from the protocol perspective and could actually be generated by the id generator functions. This may cause us to call the id generation...
2015 Jan 27
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...>> Hmm we seem to be out of tx flags. >> Maybe ip6_frag_id == 0 should mean "not set". > > Maybe that is the best idea. Definitely the ufo_fragid_set bit should > move into the skb_shared_info area. That's what I originally wanted to do, but had to move and grow txflags thus skb_shinfo ended up growing. I wanted to avoid that, so stole an skb flag. I considered treating fragid == 0 as unset, but a 0 fragid is perfectly valid from the protocol perspective and could actually be generated by the id generator functions. This may cause us to call the id generation...
2015 Jan 28
3
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...should mean "not set". > > > > > > > > Maybe that is the best idea. Definitely the ufo_fragid_set bit should > > > > move into the skb_shared_info area. > > > > > > That's what I originally wanted to do, but had to move and grow txflags thus > > > skb_shinfo ended up growing. I wanted to avoid that, so stole an skb flag. > > > > > > I considered treating fragid == 0 as unset, but a 0 fragid is perfectly valid > > > from the protocol perspective and could actually be generated by the id genera...
2015 Jan 28
3
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...should mean "not set". > > > > > > > > Maybe that is the best idea. Definitely the ufo_fragid_set bit should > > > > move into the skb_shared_info area. > > > > > > That's what I originally wanted to do, but had to move and grow txflags thus > > > skb_shinfo ended up growing. I wanted to avoid that, so stole an skb flag. > > > > > > I considered treating fragid == 0 as unset, but a 0 fragid is perfectly valid > > > from the protocol perspective and could actually be generated by the id genera...
2005 Oct 08
2
Configuring TDM400 in Australia
Hi, all I have installed TDM400 with 1 FXS and 1 FXP ports. Now I am goig through documentation on how to configure it. It mentions 3 protocols: Loopstart, Groundstart and Koolstart. Which one do I use? Can someone send me sample zaptel.conf file for Australia? This will save me some time and will be used as a working example. Thanks, Rudolf
2015 Jan 27
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...t; Maybe ip6_frag_id == 0 should mean "not set". > > > > > > Maybe that is the best idea. Definitely the ufo_fragid_set bit should > > > move into the skb_shared_info area. > > > > That's what I originally wanted to do, but had to move and grow txflags thus > > skb_shinfo ended up growing. I wanted to avoid that, so stole an skb flag. > > > > I considered treating fragid == 0 as unset, but a 0 fragid is perfectly valid > > from the protocol perspective and could actually be generated by the id generator > > functi...
2015 Jan 27
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...t; Maybe ip6_frag_id == 0 should mean "not set". > > > > > > Maybe that is the best idea. Definitely the ufo_fragid_set bit should > > > move into the skb_shared_info area. > > > > That's what I originally wanted to do, but had to move and grow txflags thus > > skb_shinfo ended up growing. I wanted to avoid that, so stole an skb flag. > > > > I considered treating fragid == 0 as unset, but a 0 fragid is perfectly valid > > from the protocol perspective and could actually be generated by the id generator > > functi...
2015 Jan 28
7
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...gt; > > > > > > > > Maybe that is the best idea. Definitely the ufo_fragid_set bit should > > > > > > move into the skb_shared_info area. > > > > > > > > > > That's what I originally wanted to do, but had to move and grow txflags thus > > > > > skb_shinfo ended up growing. I wanted to avoid that, so stole an skb flag. > > > > > > > > > > I considered treating fragid == 0 as unset, but a 0 fragid is perfectly valid > > > > > from the protocol perspective and coul...
2015 Jan 28
7
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...gt; > > > > > > > > Maybe that is the best idea. Definitely the ufo_fragid_set bit should > > > > > > move into the skb_shared_info area. > > > > > > > > > > That's what I originally wanted to do, but had to move and grow txflags thus > > > > > skb_shinfo ended up growing. I wanted to avoid that, so stole an skb flag. > > > > > > > > > > I considered treating fragid == 0 as unset, but a 0 fragid is perfectly valid > > > > > from the protocol perspective and coul...
2015 Jan 28
2
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...t; >>>>>>> Maybe that is the best idea. Definitely the ufo_fragid_set bit should > >>>>>>> move into the skb_shared_info area. > >>>>>> > >>>>>> That's what I originally wanted to do, but had to move and grow txflags thus > >>>>>> skb_shinfo ended up growing. I wanted to avoid that, so stole an skb flag. > >>>>>> > >>>>>> I considered treating fragid == 0 as unset, but a 0 fragid is perfectly valid > >>>>>> from the protocol p...
2015 Jan 28
2
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...t; >>>>>>> Maybe that is the best idea. Definitely the ufo_fragid_set bit should > >>>>>>> move into the skb_shared_info area. > >>>>>> > >>>>>> That's what I originally wanted to do, but had to move and grow txflags thus > >>>>>> skb_shinfo ended up growing. I wanted to avoid that, so stole an skb flag. > >>>>>> > >>>>>> I considered treating fragid == 0 as unset, but a 0 fragid is perfectly valid > >>>>>> from the protocol p...