RE: [PATCH 4.9 094/206] nl80211: Use different attrs for BSSID and random MAC addr in scan req

2017-07-21 Thread Krishna Vamsi
variables are NL80211_ATTR_FILS_KEK, NL80211_ATTR_FILS_NONCES andNL80211_ATTR_MULTICAST_TO_UNICAST_ENABLED. Because of this NL80211_ATTR_BSSID value might not be consistent across different releases. Could you please let me know the next steps on this? Thanks, Vamsi > -Original Message- >

RE: [PATCH 4.9 094/206] nl80211: Use different attrs for BSSID and random MAC addr in scan req

2017-07-21 Thread Krishna Vamsi
variables are NL80211_ATTR_FILS_KEK, NL80211_ATTR_FILS_NONCES andNL80211_ATTR_MULTICAST_TO_UNICAST_ENABLED. Because of this NL80211_ATTR_BSSID value might not be consistent across different releases. Could you please let me know the next steps on this? Thanks, Vamsi > -Original Message- >

WSMP(Wave Short Message Protocol) Stack Implementation

2014-11-14 Thread vamsi
smission function but unfortunately this packet is discarded in hardware please help me. Thanks & Regards, Vamsi MODULE_LICENSE("GPL"); #include #define WSMP_HDR_SIZE 16 #ifndef AF_WSMP #define AF_WSMP44 #define PF_WSMPAF_WSMP #endif #define wsmp_sk(__sk) ((struct wsmp_so

WSMP(Wave Short Message Protocol) Stack Implementation

2014-11-14 Thread vamsi
this packet is discarded in hardware please help me. Thanks Regards, Vamsi MODULE_LICENSE(GPL); #include net/inet_sock.h #define WSMP_HDR_SIZE 16 #ifndef AF_WSMP #define AF_WSMP44 #define PF_WSMPAF_WSMP #endif #define wsmp_sk(__sk) ((struct wsmp_sock *) __sk) struct wsmp_sock { struct

Re: kernel

2005-08-25 Thread vamsi krishna
look at http://www.kernelnewbies.org also it has a section on books. you can also use IRC #kernelnewbies On 8/25/05, Shwetha V <[EMAIL PROTECTED]> wrote: > > Could anyone inform which will be a good guide to start learning the linux > kernel programming. > > -- > Shwetha V > Software

Re: kernel

2005-08-25 Thread vamsi krishna
look at http://www.kernelnewbies.org also it has a section on books. you can also use IRC #kernelnewbies On 8/25/05, Shwetha V [EMAIL PROTECTED] wrote: Could anyone inform which will be a good guide to start learning the linux kernel programming. -- Shwetha V Software Engineer -

Re: Multiple virtual address mapping for the same code on IA-64 linux kernel.

2005-08-16 Thread vamsi krishna
IA-64 wastes a lot of VM due to big instruction sizes, so big instruction sizes will improve performance ? compared small instruction sizes? , but fetching big instructions surely takes time compared to small, this may be the reason why amd64 is the fasttest 64-bit process ? Thanks a lot! Vamsi -

Multiple virtual address mapping for the same code on IA-64 linux kernel.

2005-08-16 Thread vamsi krishna
on IA-64 ?? Your kind inputs on this problem are greatly appreciated. Looking forward to hear from you. Thanks in advance, Vamsi kundeti - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Multiple virtual address mapping for the same code on IA-64 linux kernel.

2005-08-16 Thread vamsi krishna
inputs on this problem are greatly appreciated. Looking forward to hear from you. Thanks in advance, Vamsi kundeti - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo

Re: Multiple virtual address mapping for the same code on IA-64 linux kernel.

2005-08-16 Thread vamsi krishna
sizes, so big instruction sizes will improve performance ? compared small instruction sizes? , but fetching big instructions surely takes time compared to small, this may be the reason why amd64 is the fasttest 64-bit process ? Thanks a lot! Vamsi - To unsubscribe from this list: send the line

Forcing kernel to avoid vDSO mapping.

2005-08-03 Thread vamsi krishna
of system call overhead. Your kind help and effort regarding this issue is greatly appreciated. Thanks a lot. Regards, Vamsi kundeti - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.

Forcing kernel to avoid vDSO mapping.

2005-08-03 Thread vamsi krishna
of system call overhead. Your kind help and effort regarding this issue is greatly appreciated. Thanks a lot. Regards, Vamsi kundeti - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

Re: Whats in this vaddr segment 0xffffe000-0xfffff000 ---p ?

2005-07-22 Thread vamsi krishna
Really appreciate that, is roland mcgrath listening? what's his email ID? On 7/23/05, linux-os (Dick Johnson) <[EMAIL PROTECTED]> wrote: > > On Fri, 22 Jul 2005, vamsi krishna wrote: > > > Hi, > > > >> It doesn't. The 32-bit machines never show 64 bit wor

Re: Whats in this vaddr segment 0xffffe000-0xfffff000 ---p ?

2005-07-22 Thread vamsi krishna
null after restoration. Sincerely appreciate your inputs. Cheers! Vamsi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: Whats in this vaddr segment 0xffffe000-0xfffff000 ---p ?

2005-07-22 Thread vamsi krishna
exist in a 32-bit process ? (May be I have not made myself clear in explaining the problem?? :-?) Best, Vamsi. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-i

Whats in this vaddr segment 0xffffe000-0xfffff000 ---p ?

2005-07-22 Thread vamsi krishna
6)' it write perfectly the contents of this virtual address segment into the buf1. I had a hard time googling about this I could'nt find any information on why this happens. May be some mm hackers may share some of their thoughts. Really appreciate your inputs on this. Sincerely, Vamsi kundeti

Whats in this vaddr segment 0xffffe000-0xfffff000 ---p ?

2005-07-22 Thread vamsi krishna
(buf1,0xe000,4096)' it write perfectly the contents of this virtual address segment into the buf1. I had a hard time googling about this I could'nt find any information on why this happens. May be some mm hackers may share some of their thoughts. Really appreciate your inputs on this. Sincerely, Vamsi kundeti

Re: Whats in this vaddr segment 0xffffe000-0xfffff000 ---p ?

2005-07-22 Thread vamsi krishna
? (May be I have not made myself clear in explaining the problem?? :-?) Best, Vamsi. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

Re: Whats in this vaddr segment 0xffffe000-0xfffff000 ---p ?

2005-07-22 Thread vamsi krishna
your inputs. Cheers! Vamsi - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: Whats in this vaddr segment 0xffffe000-0xfffff000 ---p ?

2005-07-22 Thread vamsi krishna
Really appreciate that, is roland mcgrath listening? what's his email ID? On 7/23/05, linux-os (Dick Johnson) [EMAIL PROTECTED] wrote: On Fri, 22 Jul 2005, vamsi krishna wrote: Hi, It doesn't. The 32-bit machines never show 64 bit words in /proc/NN/maps. They don't know how

Avoiding BIGMEM support programatically.

2005-07-18 Thread vamsi krishna
new run. Is there any way I can avoid the kernel's bigmem virtual address mapping programatically? and still run the program on a bigmem kernel? Really appreciate your help in this context. Best Regards, Vamsi Kundeti. - To unsubscribe from this list: send the line "unsubscribe linux-kernel

Avoiding BIGMEM support programatically.

2005-07-18 Thread vamsi krishna
. Is there any way I can avoid the kernel's bigmem virtual address mapping programatically? and still run the program on a bigmem kernel? Really appreciate your help in this context. Best Regards, Vamsi Kundeti. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Increasing virtual address space of a process, by treating virtual address's as offsets in secondary memory.

2005-07-17 Thread vamsi krishna
is the bigmem kernel implement this? may be you can give me some insight into this. Some inputs on this would be highly appreciated. Sincerely, Vamsi kundeti. PS: Please refer this kernel mailing list email. <--S

Increasing virtual address space of a process, by treating virtual address's as offsets in secondary memory.

2005-07-17 Thread vamsi krishna
is the bigmem kernel implement this? may be you can give me some insight into this. Some inputs on this would be highly appreciated. Sincerely, Vamsi kundeti. PS: Please refer this kernel mailing list email. --SNIP