From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: [RESEND 3 PATCH 00/13] IPv6 Support
Date: Tue, 15 Mar 2011 17:18:59 -0500 [thread overview]
Message-ID: <4D7FE5D3.8060005@gmail.com> (raw)
In-Reply-To: <1299506559-32365-1-git-send-email-mika.liljeberg@nokia.com>
[-- Attachment #1: Type: text/plain, Size: 2331 bytes --]
Hi Mika,
On 03/07/2011 08:02 AM, Mika Liljeberg wrote:
> Hi All,
>
> Patches rebased to current master.
>
> Regards,
>
> MikaL
>
> "IPv6 host walked into a bar. No-one would talk to it."
>
> [RESEND 3 PATCH 01/13] gprs: factor out common code
> [RESEND 3 PATCH 02/13] gprs: Update documentation for IPv6
> [RESEND 3 PATCH 03/13] gprs: driver interface changes for IPv6
> [RESEND 3 PATCH 04/13] gprs: core support for IPv6
> [RESEND 3 PATCH 05/13] test: modify test scripts for IPv6
> [RESEND 3 PATCH 06/13] isimodem: IPv6 support
> [RESEND 3 PATCH 07/13] atmodem: update to new gprs context interface
> [RESEND 3 PATCH 08/13] huaweimodem: update to new gprs context interface
> [RESEND 3 PATCH 09/13] mbmmodem: update to new gprs context interface
> [RESEND 3 PATCH 10/13] hsomodem: update to new gprs context interface
> [RESEND 3 PATCH 11/13] ifxmodem: update to new gprs context interface
> [RESEND 3 PATCH 12/13] stemodem: update to new gprs context interface
> [RESEND 3 PATCH 13/13] phonesim: add IPv6 support
>
> Makefile.am | 3 +-
> doc/connman-api.txt | 9 +-
> drivers/atmodem/gprs-context.c | 41 ++--
> drivers/hsomodem/gprs-context.c | 48 +++--
> drivers/huaweimodem/gprs-context.c | 43 +++--
> drivers/ifxmodem/gprs-context.c | 36 ++--
> drivers/isimodem/gprs-context.c | 119 +++++++-----
> drivers/mbmmodem/gprs-context.c | 65 ++++---
> drivers/stemodem/gprs-context.c | 30 ++-
> include/gprs-context.h | 27 ++-
> plugins/phonesim.c | 32 +++-
> src/gprs.c | 390 ++++++++++++++++++++++++------------
> test/set-context-property | 38 ++++
> 13 files changed, 580 insertions(+), 301 deletions(-)
So during OSTS Samuel, Marcel and I sat down and tried to figure out the
IPv6 stuff. Based on this discussion and your implementation I pushed a
series of patches implementing IPv6 and dual-stack contexts. I have
taken (and later re-worked) some of your patches so you get credit here
as well.
These are highly experimental and have not received much testing (since
I don't really have any facilities to do so). So please look and let me
know if something isn't working as intended.
Regards,
-Denis
next prev parent reply other threads:[~2011-03-15 22:18 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-07 14:02 [RESEND 3 PATCH 00/13] IPv6 Support Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 01/13] gprs: factor out common code Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 02/13] gprs: Update documentation for IPv6 Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 03/13] gprs: driver interface changes " Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 04/13] gprs: core support " Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 05/13] test: modify test scripts " Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 06/13] isimodem: IPv6 support Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 07/13] atmodem: update to new gprs context interface Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 08/13] huaweimodem: " Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 09/13] mbmmodem: " Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 10/13] hsomodem: " Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 11/13] ifxmodem: " Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 12/13] stemodem: " Mika Liljeberg
2011-03-07 14:02 ` [RESEND 3 PATCH 13/13] phonesim: add IPv6 support Mika Liljeberg
2011-03-15 22:18 ` Denis Kenzior [this message]
2011-03-16 10:45 ` [RESEND 3 PATCH 00/13] IPv6 Support Mika.Liljeberg
2011-03-16 15:41 ` Marcel Holtmann
2011-03-16 15:54 ` Denis Kenzior
2011-03-17 8:58 ` Mika.Liljeberg
2011-03-17 14:53 ` Denis Kenzior
2011-03-18 8:33 ` Mika.Liljeberg
2011-03-18 16:26 ` Denis Kenzior
2011-03-21 8:44 ` Mika.Liljeberg
2011-03-21 8:59 ` Aki Niemi
2011-03-21 17:21 ` Marcel Holtmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D7FE5D3.8060005@gmail.com \
--to=denkenz@gmail.com \
--cc=ofono@ofono.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox