lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] Re: Memory alignment


From: Sathya Thammanur
Subject: [lwip-users] Re: Memory alignment
Date: Sat, 20 May 2006 12:42:16 -0700

Has anybody done this for 64-bit alignment?

Let me know

Thanks

Sathya


On 5/16/06, Sathya Thammanur <address@hidden> wrote:
Does the following setting in lwipopts.h file guarantee that the pbuf->payload would be aligned on a 8-byte boundary?

#define MEM_ALIGNMENT                   8

Also, I had to define the mem_ptr_t to be u64_t which again is typedef'ed to unsigned long long as I was getting compilation errors otherwise. I am using lwip 0.7.2.

Let me know

Thanks
Sathya




reply via email to

[Prev in Thread] Current Thread [Next in Thread]